persistafterreset=0		//1=active, mod functions like a module and is unaffected by resets. place mod and settings in $init to autoload at startup
;
bgalpha=0.4				//0.0 - 1.0, the alpha of the background
textalpha=1				//0.0 - 1.0, the alpha of the text
;
;
;*****her speaking color settings******
bgredmult=0				//multiplier of current red background value, caps result at 255
bgbluemult=0			//multiplier of current blue background value, caps result at 255
bggreenmult=0			//multiplier of current green background value, caps result at 255
bgredoffset=250			//0-255, adds amount to current red background color
bgblueoffset=150		//0-255, adds amount to current blue background color
bggreenoffset=150			//0-255, adds amount to current green background color
;
textredmult=1				//multiplier of current red text value, caps result at 255
textbluemult=1			//multiplier of current blue text value, caps result at 255
textgreenmult=1			//multiplier of current green text value, caps result at 255
textredoffset=0			//0-255, adds amount to current red text color
textblueoffset=0		//0-255, adds amount to current blue text color
textgreenoffset=0			//0-255, adds amount to current green text color
;
;
;
;******thoughts color settings******
bgredmultt=0				//multiplier of current red background value, caps result at 255
bgbluemultt=0			//multiplier of current blue background value, caps result at 255
bggreenmultt=0			//multiplier of current green background value, caps result at 255
bgredoffsett=250			//0-255, adds amount to current red background color
bgblueoffsett=250		//0-255, adds amount to current blue background color
bggreenoffsett=250			//0-255, adds amount to current green background color
;
textredmultt=1				//multiplier of current red text value, caps result at 255
textbluemultt=1			//multiplier of current blue text value, caps result at 255
textgreenmultt=1			//multiplier of current green text value, caps result at 255
textredoffsett=0			//0-255, adds amount to current red text color
textblueoffsett=0		//0-255, adds amount to current blue text color
textgreenoffsett=0			//0-255, adds amount to current green text color
;
;
;*****him color settings*******
bgredmulth=0				//multiplier of current red background value, caps result at 255
bgbluemulth=0			//multiplier of current blue background value, caps result at 255
bggreenmulth=0			//multiplier of current green background value, caps result at 255
bgredoffseth=0			//0-255, adds amount to current red background color
bgblueoffseth=200		//0-255, adds amount to current blue background color
bggreenoffseth=50			//0-255, adds amount to current green background color
;
textredmulth=0				//multiplier of current red text value, caps result at 255
textbluemulth=0			//multiplier of current blue text value, caps result at 255
textgreenmulth=0			//multiplier of current green text value, caps result at 255
textredoffseth=-200			//0-255, adds amount to current red text color
textblueoffseth=-200		//0-255, adds amount to current blue text color
textgreenoffseth=-200			//0-255, adds amount to current green text color